LEADTOOLS Medical (Leadtools.Dicom.AddIn assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Item Property
See Also 
Leadtools.Dicom.AddIn Namespace > ThreadSafeDictionary<TKey,TValue> Class : Item Property



key
Parameter containing the TKey value.
Gets or sets value with the specified key.

Syntax

Visual Basic (Declaration) 
Public Overridable Default Property Item( _
   ByVal key As TKey _
) As TValue
Visual Basic (Usage)Copy Code
Dim instance As ThreadSafeDictionary(Of TKey,TValue)
Dim key As TKey
Dim value As TValue
 
instance.Item(key) = value
 
value = instance.Item(key)
C# 
public virtual TValue this( 
   TKey key
) {get; set;}
C++/CLI 
public:
virtual property TValue^ default [TKey^] {
   TValue^ get(TKey^ key);
   void set (TKey^ keyTValue^ value);
}

Parameters

key
Parameter containing the TKey value.

Property Value

The dictionary value.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Dicom.AddIn requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features